home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALENTRYFORM / TJOURNALENTRYFORM.txt
Encoding:
Text File  |  1996-12-12  |  9.3 KB  |  386 lines

  1. object JournalEntryForm: TJournalEntryForm
  2.   Left = 221
  3.   Top = 185
  4.   Width = 661
  5.   Height = 432
  6.   Caption = 'Current Entry'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = EntryMenu
  13.   Position = poDefaultPosOnly
  14.   Visible = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnPaint = FormResize
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object EntryPage: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 653
  26.     Height = 386
  27.     Align = alClient
  28.     MultiLine = True
  29.     PopupMenu = EntryPopUp
  30.     TabOrder = 0
  31.     OnChange = EntryPageChange
  32.   end
  33.   object EntryMenu: TMainMenu
  34.     Left = 12
  35.     Top = 12
  36.     object FileMenu: TMenuItem
  37.       Caption = '&File'
  38.       ShortCut = 0
  39.       OnClick = FileMenuClick
  40.       object FileOpenJournal: TMenuItem
  41.         Caption = '&Open Journal'
  42.         ShortCut = 0
  43.         OnClick = FileOpenJournalClick
  44.       end
  45.       object FileUnlockJournal: TMenuItem
  46.         Caption = '&Unlock Journal'
  47.         Enabled = False
  48.         ShortCut = 0
  49.         OnClick = FileUnlockJournalClick
  50.       end
  51.       object FileCloseJournal: TMenuItem
  52.         Caption = '&Close Journal'
  53.         ShortCut = 0
  54.         OnClick = FileCloseJournalClick
  55.       end
  56.       object N1: TMenuItem
  57.         Caption = '-'
  58.         ShortCut = 0
  59.       end
  60.       object FileSaveJournal: TMenuItem
  61.         Caption = '&Save Journal'
  62.         ShortCut = 16467
  63.         OnClick = FileSaveJournalClick
  64.       end
  65.       object N10: TMenuItem
  66.         Caption = '-'
  67.         ShortCut = 0
  68.       end
  69.       object FileSpellCheck: TMenuItem
  70.         Caption = 'Spe&ll Check'
  71.         ShortCut = 0
  72.         OnClick = PopupSpellCheckClick
  73.       end
  74.       object FilePrint: TMenuItem
  75.         Caption = '&Print'
  76.         ShortCut = 16464
  77.         OnClick = PrintPopupClick
  78.       end
  79.       object N15: TMenuItem
  80.         Caption = '-'
  81.         ShortCut = 0
  82.       end
  83.       object FileMaintenance: TMenuItem
  84.         Caption = 'Maintenance'
  85.         Enabled = False
  86.         ShortCut = 0
  87.         object FileMaintRebuildIndexes: TMenuItem
  88.           Caption = '&Rebuild Indexes'
  89.           Enabled = False
  90.           ShortCut = 0
  91.         end
  92.         object FileMaintCompactDatabase: TMenuItem
  93.           Caption = '&Compact Database'
  94.           Enabled = False
  95.           ShortCut = 0
  96.         end
  97.       end
  98.       object FileMinimizeToSystemTray: TMenuItem
  99.         Caption = 'Minimize To System Tray'
  100.         ShortCut = 0
  101.         OnClick = FileMinimizeToSystemTrayClick
  102.       end
  103.       object N2: TMenuItem
  104.         Caption = '-'
  105.         ShortCut = 0
  106.       end
  107.       object FileExit: TMenuItem
  108.         Caption = 'E&xit'
  109.         ShortCut = 0
  110.         OnClick = FileExitClick
  111.       end
  112.     end
  113.     object EditMenu: TMenuItem
  114.       Caption = '&Edit'
  115.       GroupIndex = 1
  116.       ShortCut = 0
  117.       OnClick = EditMenuClick
  118.       object EditUndo: TMenuItem
  119.         Caption = '&Undo'
  120.         ShortCut = 16474
  121.         OnClick = EditUndoClick
  122.       end
  123.       object N3: TMenuItem
  124.         Caption = '-'
  125.         ShortCut = 0
  126.       end
  127.       object EditCut: TMenuItem
  128.         Caption = '&Cut'
  129.         ShortCut = 16472
  130.         OnClick = PopUpCutClick
  131.       end
  132.       object EditCopy: TMenuItem
  133.         Caption = 'C&opy'
  134.         ShortCut = 16451
  135.         OnClick = PopUpCopyClick
  136.       end
  137.       object EditPaste: TMenuItem
  138.         Caption = '&Paste'
  139.         ShortCut = 16470
  140.         OnClick = PopUpPasteClick
  141.       end
  142.       object EditPasteSpecial: TMenuItem
  143.         Caption = 'Paste &Special...'
  144.         ShortCut = 0
  145.         OnClick = EditPasteSpecialClick
  146.       end
  147.       object EditDelete: TMenuItem
  148.         Caption = '&Delete'
  149.         ShortCut = 16430
  150.         OnClick = PopUpDeleteClick
  151.       end
  152.       object N4: TMenuItem
  153.         Caption = '-'
  154.         ShortCut = 0
  155.       end
  156.       object EditSelectAll: TMenuItem
  157.         Caption = 'Select &All'
  158.         ShortCut = 16449
  159.         OnClick = PopUpSelectAllClick
  160.       end
  161.       object N9: TMenuItem
  162.         Caption = '-'
  163.         ShortCut = 0
  164.       end
  165.       object EditInsertCurrentDate: TMenuItem
  166.         Caption = 'Insert Current Date'
  167.         ShortCut = 16452
  168.         OnClick = PopupInserCurrentDateClick
  169.       end
  170.       object EditInsertCurrentTime: TMenuItem
  171.         Caption = 'Insert Current Time'
  172.         ShortCut = 16468
  173.         OnClick = PopupInsertCurrentTimeClick
  174.       end
  175.       object N16: TMenuItem
  176.         Caption = '-'
  177.         ShortCut = 0
  178.       end
  179.       object EditInsertObject: TMenuItem
  180.         Caption = '&Insert Object...'
  181.         ShortCut = 0
  182.         OnClick = EditInsertObjectClick
  183.       end
  184.     end
  185.     object FormatMenu: TMenuItem
  186.       Caption = 'F&ormat'
  187.       GroupIndex = 1
  188.       ShortCut = 0
  189.       OnClick = FormatMenuClick
  190.       object FormatFont: TMenuItem
  191.         Caption = '&Font...'
  192.         ShortCut = 24646
  193.         OnClick = FormatFontClick
  194.       end
  195.       object N12: TMenuItem
  196.         Caption = '-'
  197.         ShortCut = 0
  198.       end
  199.       object FormatIndent: TMenuItem
  200.         Caption = '&Indent'
  201.         ShortCut = 16461
  202.         OnClick = FormatIndentClick
  203.       end
  204.       object FormatUnindent: TMenuItem
  205.         Caption = '&Unindent'
  206.         ShortCut = 24653
  207.         OnClick = FormatUnindentClick
  208.       end
  209.       object N13: TMenuItem
  210.         Caption = '-'
  211.         ShortCut = 0
  212.       end
  213.       object FormatLeftAlign: TMenuItem
  214.         Caption = '&Left Justify'
  215.         Checked = True
  216.         GroupIndex = 1
  217.         RadioItem = True
  218.         ShortCut = 16460
  219.         OnClick = FormatLeftAlignClick
  220.       end
  221.       object FormatCenterAlign: TMenuItem
  222.         Tag = 2
  223.         Caption = '&Center'
  224.         GroupIndex = 1
  225.         RadioItem = True
  226.         ShortCut = 16453
  227.         OnClick = FormatLeftAlignClick
  228.       end
  229.       object FormatRightAlign: TMenuItem
  230.         Tag = 1
  231.         Caption = '&Right Justify'
  232.         GroupIndex = 1
  233.         RadioItem = True
  234.         ShortCut = 16466
  235.         OnClick = FormatLeftAlignClick
  236.       end
  237.       object N14: TMenuItem
  238.         Caption = '-'
  239.         GroupIndex = 1
  240.         ShortCut = 0
  241.       end
  242.       object FormatBullet: TMenuItem
  243.         Caption = '&Bullet'
  244.         GroupIndex = 2
  245.         ShortCut = 24642
  246.         OnClick = FormatBulletClick
  247.       end
  248.       object FormatHanging: TMenuItem
  249.         Caption = '&Hanging'
  250.         GroupIndex = 2
  251.         ShortCut = 16456
  252.         OnClick = FormatHangingClick
  253.       end
  254.     end
  255.     object SearchMenu: TMenuItem
  256.       Caption = '&Search'
  257.       GroupIndex = 1
  258.       ShortCut = 0
  259.       OnClick = SearchMenuClick
  260.       object SearchFind: TMenuItem
  261.         Caption = '&Find...'
  262.         ShortCut = 16454
  263.         OnClick = SearchFindClick
  264.       end
  265.       object SearchAgain: TMenuItem
  266.         Caption = 'Find &Again'
  267.         ShortCut = 114
  268.         OnClick = SearchAgainClick
  269.       end
  270.       object SearchReplace: TMenuItem
  271.         Caption = '&Replace...'
  272.         ShortCut = 16455
  273.         OnClick = SearchReplaceClick
  274.       end
  275.     end
  276.   end
  277.   object EntryPopUp: TPopupMenu
  278.     Left = 48
  279.     Top = 12
  280.     object BoldShortCut: TMenuItem
  281.       Caption = 'Bold'
  282.       ShortCut = 16450
  283.       Visible = False
  284.       OnClick = BoldShortCutClick
  285.     end
  286.     object ItalicShortCut: TMenuItem
  287.       Caption = 'Italic'
  288.       ShortCut = 16457
  289.       Visible = False
  290.       OnClick = ItalicShortCutClick
  291.     end
  292.     object UnderShortCut: TMenuItem
  293.       Caption = 'Underline'
  294.       ShortCut = 16469
  295.       Visible = False
  296.       OnClick = UnderShortCutClick
  297.     end
  298.     object PopupReviewbyCategory: TMenuItem
  299.       Caption = 'Review Category'
  300.       ShortCut = 0
  301.       OnClick = PopupReviewbyCategoryClick
  302.     end
  303.     object PopupReviewbyDate: TMenuItem
  304.       Caption = 'Review by Date'
  305.       ShortCut = 0
  306.       OnClick = PopupReviewbyDateClick
  307.     end
  308.     object N7: TMenuItem
  309.       Caption = '-'
  310.       ShortCut = 0
  311.     end
  312.     object PopUpCut: TMenuItem
  313.       Caption = '&Cut'
  314.       ShortCut = 0
  315.       OnClick = PopUpCutClick
  316.     end
  317.     object PopUpCopy: TMenuItem
  318.       Caption = 'C&opy'
  319.       ShortCut = 0
  320.       OnClick = PopUpCopyClick
  321.     end
  322.     object PopUpPaste: TMenuItem
  323.       Caption = '&Paste'
  324.       ShortCut = 0
  325.       OnClick = PopUpPasteClick
  326.     end
  327.     object N5: TMenuItem
  328.       Caption = '-'
  329.       ShortCut = 0
  330.     end
  331.     object PopUpSelectAll: TMenuItem
  332.       Caption = '&Select All'
  333.       ShortCut = 0
  334.       OnClick = PopUpSelectAllClick
  335.     end
  336.     object N8: TMenuItem
  337.       Caption = '-'
  338.       ShortCut = 0
  339.     end
  340.     object PopupInserCurrentDate: TMenuItem
  341.       Caption = 'Insert Current Date'
  342.       ShortCut = 0
  343.       OnClick = PopupInserCurrentDateClick
  344.     end
  345.     object PopupInsertCurrentTime: TMenuItem
  346.       Caption = 'Insert Current Time'
  347.       ShortCut = 0
  348.       OnClick = PopupInsertCurrentTimeClick
  349.     end
  350.     object N17: TMenuItem
  351.       Caption = '-'
  352.       ShortCut = 0
  353.     end
  354.     object PopupSpellCheck: TMenuItem
  355.       Caption = 'Spell Check...'
  356.       ShortCut = 0
  357.       OnClick = PopupSpellCheckClick
  358.     end
  359.     object PrintPopup: TMenuItem
  360.       Caption = 'Print...'
  361.       ShortCut = 0
  362.       OnClick = PrintPopupClick
  363.     end
  364.     object N6: TMenuItem
  365.       Caption = '-'
  366.       ShortCut = 0
  367.     end
  368.     object PopUpProperties: TMenuItem
  369.       Caption = 'Properties...'
  370.       ShortCut = 0
  371.       OnClick = PopUpPropertiesClick
  372.     end
  373.   end
  374.   object EntryResolutionFix: TResolutionFix
  375.     DesignRes = 96
  376.     Left = 12
  377.     Top = 44
  378.   end
  379.   object EntryWinSaver: TWinSaver
  380.     IniSection = 'WinSaver'
  381.     OnOpenIni = EntryWinSaverOpenIni
  382.     Left = 48
  383.     Top = 44
  384.   end
  385. end
  386.